MMDS

MicroVM Data Store Note: requires allow_mmds_requests == true on the network interface to access.

Constructors

this
this(FirecrackerAPIClient cl)

Get the MMDS via the Firecracker API.

Members

Functions

patch
bool patch(FirecrackerAPIClient cl)

Update the content of the MMDS via the Firecracker API.

put
bool put(FirecrackerAPIClient cl)

* Create a new MMDS via the Firecracker API.

Variables

content
JSONValue content;
Undocumented in source.

Meta